home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Final Fantasy the Spirits Within Cardz
/
Final Fantasy the Spirits Within CD Cardz - Disc 3: Dr. Sid.iso
/
pc
/
assets
/
sid-exit.dcr
/
00059_CDcover.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2001-07-22
|
280 b
|
20 lines
on mouseUp
global wSampler
puppetSound(1, "Clicker")
window("Sampler").forget()
wSampler = window("Sampler")
wSampler.visible = 1
open(wSampler)
tell window("Sampler")
go("Sampler")
end tell
end
on mouseEnter
cursor(280)
end
on mouseLeave
cursor(-1)
end